== v2.17 - 4th July 2026
* Now checks if one or more tooltip/guide lines and if a
  zidormi tooltip is required then will add a spacing line.
* pin.zidormiOldPhase now works as intended

== v2.16 - 2nd July 2026
* Removed unused variable and its assignment. Options_Common
* Improved the generic options panels. Added first texture
  (ie don't show) message, moved a bit of generic code out
  of AddOn specific code, translations.
* Middle mouse from the Minimap's AddOn Compartment is now
  properly modular. It will default back to any "Remove
  When Completed" options if such exist
* Fix logic in main While coord loop for when there are
  multiple modules

== v2.15 - 29th June 2026
* Mapping file expanded upon
* Check for nil ns.optionsSeriesDefaults in
  ns.SetupAddOnSpecificOptions() in Options_Common
* ns.addOnSlashHandler callout added to Functions_Common
* Throttles the "try the Minimap menu" to once per
  /reload or fresh login

== v2.14 - 27th June 2026
* Support for wordwrapped data with a flavour tooltip which
  would normally have nothing else. Blizzard was automatically
  making the dialog very skinny. I test for wordwrap true and
  a cluster flavour tooltip and now fatten it out.
* Was looking for a pin.series that was unusable due to game
  version checks. Functions_Common pin iterator.
 
== v2.13 - 25th June 2026
* Added versioning to series for hiding from visibility on the
  textures options panel

== v2.12 - 23rd June 2026
* Zidormi phase testing in Darkshore is unreliable due to Blizzard
  forgetting (sometimes) to give the player a Time Walking buff
  when selecting the "old" Zidormi phase. I found a hack that
  appears to work most of the time by testing for faction control,
  which is a "new" Zidormi phase thing.

== v2.11 - 23rd June 2026
* Added another Time Travelling buff for Blasted Lands
* Added another Time Travelling buff for Silithus
  (zones often have more than one valid spell ID)

== v2.10 - 21st June 2026
* Now incorporates the new Achievements module. Previously used
  placeholder "events" named callouts to non-existent functions.
  These callouts basically mirror the implementation of the
  Quests and Pets modules.
* Notes altered / updated.
* ns.StringSubstitutions() for Options_Common labels and not just
  their tooltips. Thus consistent across modules
* Cleanup of comments
* mapFile is now passed to modules when showing the Tooltip
* Dragons Tread Lightly updated for 12.0.0

== v2.09 - 15th June 2026
* Added translation for "Middle" as in the mouse button.
* Middle Mouse button now handles "Remove after completion"
  options for all modules (events/quests/pets/etc).
* Altered all "Left", "Right" translations so that they more
  closely (I hope) concur with conventions for the buttons.
* Added a message at the foot of the first "Options" panel
  to inform players of the possible chat shortcuts as well
  as the availability of the "AddOn Compartment" below the
  Minimap's Calendar icon.  
* Removed an unused translation or two.
* Above changes were to Localisations_Common, Functions_Common
  and Options_Common
* AddOn specific pins routine now also receives the coords as a 2nd parm.

== v2.08 - 8th June 2026
* ns.CompletionShow had the colour parm removed. It was unnecessary
* Middle mouse button for the Minimap compartment now works better
  (Impossible to thoroughly test this given my current situation re travelling)
* Has the new Zidormi test copied over from a non-public version of my HE AddOn
* Quests separated out of Events. Both modules optional
* Various colour changes, causing data file formats to be slightly changed
* A couple of new translations, eg: "Miscellany"
* Engine versions and reset set to v2.08

== v2.07 - 3rd November 2025
* Cleaned up change logging. One unified version numbering for all parts of TarEng.
* First appearance of the new mapping subsystem.
* First look at the new "No achievement tracking in zone popups" option.
* Data_xxx template.

== v2.06 - 1st November 2025
* Added extra zidormi buffs. The list is now very complete.
  Also added programming notes there too.
* Zidormi message is now a lot clearer.
* Events: Default is true (i.e. auto removal on completion) for pin types.
  Previously false for all options.

== v2.05 - 27th October 2025
* Added translations for "Don't Show", except French as already done by Tulsow.

== v2.04 - 23rd October 2025
* French translations from @Tulsow @ Curseforge.

* More rigorous checking of game version numbers in the main tooltip routine
  (or maybe the previous release. Forget)

== v2.03 - 18th October 2025
* Pin clustering automation added. Placed here so that non-event AddOns may use it too.
* Events: Parameter v.forceShowLine added
* Events: CompletionShow() can now show a line without a completion status

== v2.02 - 10th October 2025
* Versioning support. Can now abandon old defaults as necessary. This
  code will obviously change over time as necessary but the system is
  in place. Functions_Common.
* Individual pin scaling.
* Events: Removed copy pasted block that belonged in the ARH AddOn's own block

== v2.01 - 9th October 2025
* Improved logic for CompletionFormatAndShow and AddOnEventTooltipLines
* Bug with character headers not showing completion - Functions_Events
* Translated verbose Tooltip to explain that character based pin removal
  on achievement (criteria) being completed is difficult/impossible in
  WoW since 10.0.0+.
* Better use of ns.aoa table
  ^ All above due to struggles to provide a turn-key and ACCURATE system
  for reporting PER CHARACTER achievement completion in the retail era
  of Warbanding / shared achievements where the data just isn't available.
  ^ All of the above for the Events sub-module.
* New texture indexing system. More flexible, with the future in mind.
* A bug with the way this AddOn works with HandyNotes. It appears that a
  Refresh pins fires before the AddOn is fully loaded. Happened on one
  char only and was intermittent and only for a char load. Reload etc not
  a problem. Resolved by ensuring that all required ns. variables have
  been defined in the main body of each .lua file. ns.cluster = {} in
  Functions_Common found to be the culprit. Monitor.
  
== v2.00 - 8th October 2025
* Released with the PB AddOn. MMPT was very similar at the time.
* Events sub-module built upon that used in EAP and APLT and ARH at the time.

== Previous
* No versioning. Evolved with use in Event based AddOns and EAP AddOn.
* First v2 efforts in APLT and MMPT AddOns.